PURPOSE
To demonstrate a PegHelp HTML file for the Pocket PC

SUMMARY
The Soltr sample Help file demonstrates the unique tags and structure of a PegHelp Help file. This file is based on the help file for Solitaire, the bundled application found on many Pocket PCs. Soltr explains how to play Solitaire, set Solitaire options for the Pocket PC, and keep track of the score.
Soltr is built using HTML 3.0, with certain limitations and additional tags. After setting up the standard header tags, Soltr uses the <!-- PegHelp --> tag to begin and separate help topics. The images in the help file are stored as .2bp files, and are loaded using the <IMG SRC > tag. Because all PegHelp files are saved with the .htm extension, all references must use this extension as well.  To see the unique tags and structures used in this sample at work, run the Solitaire PegHelp file either on the Pocket PC device or in the Pocket PC emulation environment.  The Solitaire Peghelp file can be run by selecting "Help" off of the "Start" menu, and then selecting "Solitaire" from the Help Contents.

FILES
This sample contains one main HTML file and three bitmaps. When viewing Soltr.htm, make sure the three bitmaps are in the same directory as Soltr.htm.

Soltr.htm	main HTML file
_dealB.2bp	Deal bitmap
_optonB.2pb	Option bitmap
Undo.2bp	Undo bitmap


